records
Rolling stock – matching
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"rollmaterial-matching",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/rollmaterial-matching"
}
] - "definitions":{
- "rollmaterial-matching":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/rollmaterial-matching_records"
}
}
} - "records":
} - "properties":
- "rollmaterial-matching_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "zugplanung":,{
- "type":"string",
- "title":"Train scheduling",
- "description":"Code from the annual formation"
} - "rollmaterial":{
- "type":"string",
- "title":"Rolling stock",
- "description":"Code from the rolling stock list"
}
} - "zugplanung":
}
} - "fields":
} - "properties":
} - "rollmaterial-matching":
}